Not natural โ created by humans, not occurring in nature
The ability to learn, understand, reason, and solve problems
Artificial Intelligence is a computer program created by humans that performs tasks requiring intelligence โ similar to how humans think, learn, or act. AI systems can perceive their environment, make decisions, and adapt based on data.
AI is everywhere โ often invisible but constantly working:
Google Maps uses AI to analyze traffic patterns, predict delays, and suggest optimal routes in real-time.
AI models process atmospheric data to predict weather patterns with increasing accuracy.
Spotify, Netflix, YouTube use AI recommendation algorithms to personalize content.
Tesla's Autopilot uses computer vision and machine learning to navigate roads autonomously.
ChatGPT, Siri, Alexa use natural language processing to understand and respond to queries.
Your phone uses AI to identify your face and unlock securely.
AI has transitioned from science fiction to an integral part of modern technology infrastructure.
Every AI system operates using these fundamental concepts:
The ability to sense and interpret the world using sensors, cameras, microphones, or data inputs.
Example: Self-driving cars use cameras, radar, and LiDAR to "see" pedestrians, other vehicles, and road conditions.
Making sense of perceived data by organizing it into representations (models of the world) and using logic to decide actions.
Example: When a car detects a pedestrian crossing, it reasons: "Object ahead = pedestrian. Pedestrian in crosswalk = I must stop."
Improving performance over time by learning from data and experience, without being explicitly programmed for every scenario.
Example: Spam filters learn which emails are spam by analyzing thousands of examples, getting better over time.
Communicating with humans or the environment through natural interfaces like speech, text, gestures, or visual displays.
Example: Voice assistants understand spoken commands and respond with synthesized speech. Chatbots converse in natural language.
AI affects society in profound ways โ both positive (medical diagnostics, accessibility) and negative (job displacement, bias, privacy concerns).
Example: Self-driving cars could reduce traffic deaths but also eliminate millions of driving jobs. AI medical tools improve diagnoses but raise questions about data privacy.
Choose one of these AI systems and explain how it demonstrates each of the 5 Big Ideas:
Large language model for conversations
Voice-activated assistants
Diagnostic imaging analysis
NPCs with adaptive behavior
Face detection & AR effects
Product recommendations
Humans program computers with algorithms, but machines become "intelligent" through learning from data rather than explicit instructions for every scenario.
Programmer writes explicit rules:
"IF temperature > 30ยฐC, THEN turn on AC"
Algorithm learns patterns from data:
"Here are 10,000 examples โ figure out the pattern yourself"
Machine learning enables computers to improve at tasks through experience, without being explicitly programmed for every possible situation.
Google's Quick, Draw! is a game where users draw objects and AI tries to guess what they're drawing.
Dataset: 50 million+ drawings of 345 categories
Learning: Neural network identifies common features (loops, lines, angles)
Prediction: Matches your drawing to learned patterns
Improvement: Gets better as more people play
This demonstrates how AI learns from human-generated data to make increasingly accurate predictions.
AI systems can inherit and amplify biases present in their training data.
If most drawings of "house" come from one region, AI may not recognize architectural styles from other cultures (e.g., Western houses vs. Asian pagodas vs. African huts).
If training data contains mostly simple stick figures, detailed artistic drawings might not be recognized.
Children and adults draw differently. If the dataset skews toward one age group, recognition accuracy suffers for others.
Not every software tool uses AI. Here's the difference:
| AI Tools (Learn & Adapt) | Non-AI Tools (Fixed Rules) |
|---|---|
| Siri / Alexa โ Learn your voice patterns | Calculator โ Same formula every time |
| Netflix Recommendations โ Adapt to your tastes | Spell Checker โ Fixed dictionary rules |
| Face Recognition โ Improves with more photos | Password Validator โ Checks fixed criteria |
| Spam Filter โ Learns new spam patterns | Text Editor โ Same features always |
| ChatGPT โ Generates contextual responses | Search Engine (basic) โ Keyword matching |
AI tools use machine learning to improve and adapt based on data.
Non-AI tools follow predetermined logic that doesn't change.
An algorithm is a step-by-step set of instructions or rules designed to solve a problem or accomplish a specific goal.
Algorithms aren't just for computers โ any set of instructions is an algorithm!
Algorithms exist everywhere in daily life:
Inputs: Flour, eggs, sugar, milk
Process: Mix, pour, bake at 180ยฐC
Output: Delicious cake!
Inputs: Seed, soil, water, sunlight
Process: Dig hole, plant, water daily
Output: Growing plant!
Inputs: Hands, soap, water
Process: Wet, lather, scrub 20 seconds, rinse
Output: Clean hands!
Computers execute algorithms written in programming languages (Python, JavaScript, Java, etc.). They follow instructions literally โ only what's programmed, nothing more.
This is why programming requires precision. A computer won't "figure out what you meant" โ it does exactly what you tell it to do!
The same task can have different algorithms depending on what you're optimizing for:
Result: 5-minute breakfast
Result: 45-minute gourmet breakfast
Result: Nutritious, balanced meal
Result: Minimal cleanup required
Different optimization goals lead to different algorithmic approaches. The "best" algorithm depends on your priorities!
AI algorithms shape what we see, read, and experience online:
Tracks what you watch, like, share, and how long you watch. Uses this data to show you more of what keeps you engaged โ optimized for maximum screen time.
Analyzes viewing history, ratings, and what similar users watched. Predicts what you'll enjoy next โ optimized for continued subscriptions.
Ranks billions of pages using complex algorithms considering relevance, authority, freshness, and personalization โ optimized for useful information retrieval.
Determines which posts you see based on engagement predictions. Shows content likely to keep you scrolling โ optimized for user engagement and ad revenue.
These algorithms influence what millions of people see, think about, and believe. They can shape opinions, create echo chambers, and affect democracy itself.
As future technology leaders, you'll need to grapple with these ethical questions. What kind of AI future do you want to build?
Write a recipe algorithm for making your favorite meal or snack. Then create THREE different versions optimized for different goals:
Minimize preparation and cooking time. What shortcuts can you take?
Maximize flavor and quality. What extra steps make it better?
Health? Creativity? Cost? Fun? You decide!
Inputs: List all ingredients/materials
Process: Step-by-step instructions
Output: What you end up with
Optimization Goal: What you prioritized
This exercise demonstrates how the same problem can have multiple algorithmic solutions depending on objectives!
You are the generation that will shape AI's future. What kind of future will you build?
Questions? Insights? Debates?
Let's discuss! ๐ฌ
See you in Chapter 4: How Do Machines Learn? ๐